COMMENT ā VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 begin "cvatst"
C00003 ENDMK
Cā;
begin "cvatst"
external string procedure cvastr(integer txt);
outstr(cvastr(cvasc("abc"))&"|||
");
outstr(cvstr(cvasc("abc"))&"|||
");
end;